33exports [` apiClient endpoints can discard a template 1` ] = `
44[
55 [
6- "http:/localhost:5000/api/v1/templates/mock-hash",
6+ "http:// localhost:5000/api/v1/templates/mock-hash",
77 {
88 " body" : undefined ,
99 " headers" : {
@@ -18,7 +18,7 @@ exports[`apiClient endpoints can discard a template 1`] = `
1818exports [` apiClient endpoints can discard all templates 1` ] = `
1919[
2020 [
21- "http:/localhost:5000/api/v1/admin/templates",
21+ "http:// localhost:5000/api/v1/admin/templates",
2222 {
2323 " body" : undefined ,
2424 " headers" : {
@@ -33,7 +33,7 @@ exports[`apiClient endpoints can discard all templates 1`] = `
3333exports [` apiClient endpoints can finalize a template 1` ] = `
3434[
3535 [
36- "http:/localhost:5000/api/v1/templates/mock-hash",
36+ "http:// localhost:5000/api/v1/templates/mock-hash",
3737 {
3838 " body" : undefined ,
3939 " headers" : {
@@ -48,7 +48,7 @@ exports[`apiClient endpoints can finalize a template 1`] = `
4848exports [` apiClient endpoints can get a test database 1` ] = `
4949[
5050 [
51- "http:/localhost:5000/api/v1/templates/mock-hash/tests",
51+ "http:// localhost:5000/api/v1/templates/mock-hash/tests",
5252 {
5353 " body" : undefined ,
5454 " headers" : {
@@ -63,7 +63,7 @@ exports[`apiClient endpoints can get a test database 1`] = `
6363exports [` apiClient endpoints can initialize a template 1` ] = `
6464[
6565 [
66- "http:/localhost:5000/api/v1/templates",
66+ "http:// localhost:5000/api/v1/templates",
6767 {
6868 " body" : " {" hash " :" mock - hash " }" ,
6969 " headers" : {
@@ -78,7 +78,7 @@ exports[`apiClient endpoints can initialize a template 1`] = `
7878exports [` apiClient endpoints can recreate a test database 1` ] = `
7979[
8080 [
81- "http:/localhost:5000/api/v1/templates/mock-hash/tests/42/recreate",
81+ "http:// localhost:5000/api/v1/templates/mock-hash/tests/42/recreate",
8282 {
8383 " body" : undefined ,
8484 " headers" : {
@@ -93,7 +93,7 @@ exports[`apiClient endpoints can recreate a test database 1`] = `
9393exports [` apiClient endpoints can reuse a test database 1` ] = `
9494[
9595 [
96- "http:/localhost:5000/api/v1/templates/mock-hash/tests/42",
96+ "http:// localhost:5000/api/v1/templates/mock-hash/tests/42",
9797 {
9898 " body" : undefined ,
9999 " headers" : {
0 commit comments