Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Selvakumar Kamatchinathan
amp-t2d-property-registry
Commits
30593aca
Commit
30593aca
authored
Mar 28, 2019
by
Selvakumar Kamatchinathan
Browse files
fixing tests
parent
f518c79b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/test/java/uk/ac/ebi/ampt2d/registry/PropertyRegistryServiceApplicationTests.java
...t2d/registry/PropertyRegistryServiceApplicationTests.java
+1
-1
No files found.
src/test/java/uk/ac/ebi/ampt2d/registry/PropertyRegistryServiceApplicationTests.java
View file @
30593aca
...
...
@@ -48,7 +48,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
import
static
org
.
springframework
.
test
.
web
.
servlet
.
result
.
MockMvcResultMatchers
.
status
;
@RunWith
(
SpringRunner
.
class
)
@SpringBootTest
(
properties
=
{
"security.enabled=true"
,
"spring.
datasource.data=classpath:data.sql
"
})
@SpringBootTest
(
properties
=
{
"security.enabled=true"
,
"spring.
jpa.hibernate.ddl-auto=none
"
})
@AutoConfigureMockMvc
@AutoConfigureJsonTesters
@DirtiesContext
(
classMode
=
AFTER_CLASS
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment